home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / petshop.swf / scripts / frame_878 / PlaceObject2_79_126 / CLIPACTIONRECORD on(press).as
Text File  |  2007-01-15  |  175b  |  9 lines

  1. on(press){
  2.    _root.aaa3._visible = true;
  3.    _root.havePress = true;
  4.    _root.kind = 1;
  5.    startDrag(_root.aaa3,1);
  6.    Mouse.hide();
  7.    _root.gotoAndPlay("start3");
  8. }
  9.